home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-18 | 785 b | 32 lines | [TEXT/ALFA] |
- // ===========================================================================
- //
- // GSGameScene.h
- //
- // Copyright (C) 1996 Apple Computer, Inc. All rights reserved.
- //
- // ===========================================================================
-
-
- #ifndef _GSGameScene_h
- #define _GSGameScene_h
-
-
- // ===========================================================================
- // Includes
- // ===========================================================================
-
- #include "GSError.h"
- #include "GSDrawInfo.h"
-
-
- // ===========================================================================
- // Public Prototypes
- // ===========================================================================
-
- TGSError
- GSDrawGameScene(
- TGSDrawInfo *inDrawInfo);
-
-
- #endif // _GSGameScene_h
-